aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/button-hotplug/src/Makefile
blob: 230d604f8c403d767fca6b297e41dd28ff4a39a2 (generated by cgit v1.2.3 (git 2.25.1) at 2026-02-21 15:46:00 +0000
pan> # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # use strict; require File::Spec; my $source = shift @ARGV; my $target = shift @ARGV; my $result = File::Spec->abs2rel($source, $target); print "$result\n";